Skip to content

Conversation

Centril
Copy link
Contributor

@Centril Centril commented Apr 6, 2019

Successful merges:

Failed merges:

r? @ghost

flip1995 and others added 10 commits April 5, 2019 23:04
This updates the `Extend` implementations to use `for_each` for many
collections: `BinaryHeap`, `BTreeMap`, `BTreeSet`, `LinkedList`, `Path`,
`TokenStream`, `VecDeque`, and `Wtf8Buf`.

Folding with `for_each` enables better performance than a `for`-loop for
some iterators, especially if they can just forward to internal
iterators, like `Chain` and `FlatMap` do.
…anishearth

Move match_path from DefId to lint::LateContext

cc rust-lang#59316 (comment)

r? @eddyb
Use for_each to extend collections

This updates the `Extend` implementations to use `for_each` for many
collections: `BinaryHeap`, `BTreeMap`, `BTreeSet`, `LinkedList`, `Path`,
`TokenStream`, `VecDeque`, and `Wtf8Buf`.

Folding with `for_each` enables better performance than a `for`-loop for
some iterators, especially if they can just forward to internal
iterators, like `Chain` and `FlatMap` do.
Update books

## nomicon

1 commits in f1ff93b66844493a7b03101c7df66ac958c62418..c02e0e7754a76886e55b976a3a4fac20100cd35d
2019-02-26 13:37:28 -0500 to 2019-03-25 16:52:56 -0400
- dropck: The drop order is now defined (rust-lang/nomicon#113)

## reference

3 commits in 27ad493..98f90ff
2019-03-26 02:06:15 +0100 to 2019-04-06 09:29:08 -0700
- Document repr packed(N). (rust-lang/reference#553)
- Fix broken link in glossary. (rust-lang/reference#558)
- Typo fixes (rust-lang/reference#556)

## embedded-book

2 commits in 07fd3880ea0874d82b1d9ed30ad3427ec98b4e8a..7989c723607ef5b13b57208022259e6c771e11d0
2019-03-27 15:40:52 +0000 to 2019-04-04 12:14:37 +0000
- fix rust-embedded/book#182  (rust-embedded/book#183)
- Add openocd to list of installable packages  (rust-embedded/book#179)
@Centril
Copy link
Contributor Author

Centril commented Apr 6, 2019

@bors r+ p=15

@bors
Copy link
Collaborator

bors commented Apr 6, 2019

📌 Commit 4601ff0 has been approved by Centril

@bors bors added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Apr 6, 2019
@bors
Copy link
Collaborator

bors commented Apr 6, 2019

⌛ Testing commit 4601ff0 with merge 0913800...

bors added a commit that referenced this pull request Apr 6, 2019
Rollup of 5 pull requests

Successful merges:

 - #59738 (Move match_path from DefId to lint::LateContext)
 - #59740 (Use for_each to extend collections)
 - #59751 (Tiny docs fix)
 - #59754 (Update books)
 - #59755 (Update miri)

Failed merges:

r? @ghost
@bors
Copy link
Collaborator

bors commented Apr 7, 2019

☀️ Test successful - checks-travis, status-appveyor
Approved by: Centril
Pushing 0913800 to master...

@bors bors added the merged-by-bors This PR was explicitly merged by bors. label Apr 7, 2019
@bors bors merged commit 4601ff0 into rust-lang:master Apr 7, 2019
@Centril Centril deleted the rollup-4b9x7ue branch April 7, 2019 00:21
@Centril Centril added the rollup A PR which is a rollup label Oct 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merged-by-bors This PR was explicitly merged by bors. rollup A PR which is a rollup S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants